BarChart for ASP.NET WebForms
AddRange(Double[]) Method

C1.Web.Wijmo.Controls.4 Assembly > C1.Web.Wijmo.Controls.C1Chart Namespace > IChartYAxisList Interface > AddRange Method : AddRange(Double[]) Method
The specified double data point values.
Add the specified double data point values to the series.
Syntax
'Declaration
 
Overloads Sub AddRange( _
   ByVal values() As System.Double _
) 
void AddRange( 
   System.double[] values
)

Parameters

values
The specified double data point values.
See Also

Reference

IChartYAxisList Interface
IChartYAxisList Members
Overload List